home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TREPAIRFORM / TREPAIRFORM.txt < prev   
Text File  |  2004-10-13  |  3KB  |  150 lines

  1. object Repairform: TRepairform
  2.   Left = 785
  3.   Top = 304
  4.   BorderStyle = bsDialog
  5.   Caption = 'Repair Archive'
  6.   ClientHeight = 209
  7.   ClientWidth = 417
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Topbevel: TBevel
  20.     Left = 0
  21.     Top = 65
  22.     Width = 417
  23.     Height = 8
  24.     Align = alTop
  25.     Shape = bsTopLine
  26.   end
  27.   object Bottombevel: TBevel
  28.     Left = 8
  29.     Top = 168
  30.     Width = 401
  31.     Height = 9
  32.     Shape = bsTopLine
  33.   end
  34.   object Arcbutton: TSpeedButton
  35.     Left = 384
  36.     Top = 88
  37.     Width = 23
  38.     Height = 22
  39.     Hint = 'Browse.'
  40.     Caption = '...'
  41.     OnClick = ArcbuttonClick
  42.   end
  43.   object Repbutton: TSpeedButton
  44.     Left = 384
  45.     Top = 136
  46.     Width = 23
  47.     Height = 22
  48.     Hint = 'Browse.'
  49.     Caption = '...'
  50.     OnClick = RepbuttonClick
  51.   end
  52.   object Toppanel: TPanel
  53.     Left = 0
  54.     Top = 0
  55.     Width = 417
  56.     Height = 65
  57.     Align = alTop
  58.     BevelOuter = bvNone
  59.     Color = clWhite
  60.     TabOrder = 0
  61.     object Captionlabel: TLabel
  62.       Left = 8
  63.       Top = 8
  64.       Width = 140
  65.       Height = 13
  66.       Caption = 'Repair a Broken Archive'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.     end
  74.     object Infolabel: TLabel
  75.       Left = 16
  76.       Top = 24
  77.       Width = 319
  78.       Height = 26
  79.       Caption = 
  80.         'Please select which archive to repair in the upper field and the' +
  81.         ' new filename of the repaired archive in the lower field.'
  82.       WordWrap = True
  83.     end
  84.     object Image: TImage
  85.       Left = 361
  86.       Top = 8
  87.       Width = 48
  88.       Height = 48
  89.       AutoSize = True
  90.       Picture.Data = {<image000.bmp>}
  91.       Transparent = True
  92.     end
  93.   end
  94.   object Arcedit: TLabeledEdit
  95.     Left = 8
  96.     Top = 88
  97.     Width = 369
  98.     Height = 21
  99.     EditLabel.Width = 75
  100.     EditLabel.Height = 13
  101.     EditLabel.Caption = 'Broken archive:'
  102.     LabelPosition = lpAbove
  103.     LabelSpacing = 3
  104.     ReadOnly = True
  105.     TabOrder = 1
  106.   end
  107.   object Repedit: TLabeledEdit
  108.     Left = 8
  109.     Top = 136
  110.     Width = 369
  111.     Height = 21
  112.     EditLabel.Width = 117
  113.     EditLabel.Height = 13
  114.     EditLabel.Caption = 'Repaired archive output:'
  115.     LabelPosition = lpAbove
  116.     LabelSpacing = 3
  117.     ReadOnly = True
  118.     TabOrder = 2
  119.   end
  120.   object Cancelbutton: TButton
  121.     Left = 336
  122.     Top = 176
  123.     Width = 75
  124.     Height = 25
  125.     Cancel = True
  126.     Caption = 'Cancel'
  127.     TabOrder = 3
  128.     OnClick = CancelbuttonClick
  129.   end
  130.   object Repairbutton: TButton
  131.     Left = 256
  132.     Top = 176
  133.     Width = 75
  134.     Height = 25
  135.     Caption = 'Repair'
  136.     Default = True
  137.     TabOrder = 4
  138.     OnClick = RepairbuttonClick
  139.   end
  140.   object Helpbutton: TButton
  141.     Left = 8
  142.     Top = 176
  143.     Width = 75
  144.     Height = 25
  145.     Caption = 'Help'
  146.     TabOrder = 5
  147.     OnClick = HelpbuttonClick
  148.   end
  149. end
  150.